Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implements icons for the new watchlist feature in OX #1477

Merged
merged 2 commits into from
Nov 13, 2024

Conversation

scireum-mbo
Copy link
Contributor

Additional Notes

Checklist

  • Code change has been tested and works locally
  • Code was formatted via IntelliJ and follows SonarLint & best practices
  • Patch Tasks: Is local execution of Patch Tasks necessary? If so, please also mark the PR with the tag.

@scireum-mbo scireum-mbo added 🧬 Enhancement Contains new features 👶🏻 Trivial Easy to review labels Nov 13, 2024
@@ -125,3 +125,11 @@
.sci-icon-magnifier-text-soft {
background-image: url(svgResource('/assets/images/icons/magnifier.svg', #212529));
}

.sci-icon-trash {
background-image: url(svgResource('/assets/images/icons/trash.svg', #53595D));
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Shouldn't this by default use the same colour as the other icons? Can you use for example opacity to make it lighter in OXOMI?

Copy link
Member

@sabieber sabieber Nov 13, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, this also doesn't seem to be a "sirius color" (its an old OX color).
Would prefer to use a color suffix appended to the class like the one above.
I think using text-soft should also be fine for the icons in the watchlist, but feel free to post a screenshot after the change. Its no problem to add additional color variants of the icons with different color suffixes.

@scireum-mbo
Copy link
Contributor Author

Before color change:
image

After:
image

@jmuscireum jmuscireum merged commit 5e35ad7 into develop Nov 13, 2024
3 checks passed
@jmuscireum jmuscireum deleted the feature/mbo/OX-11593 branch November 13, 2024 13:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🧬 Enhancement Contains new features 👶🏻 Trivial Easy to review
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants